home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SOHO - Exploring the Sun - 2003 Update
/
SOHO - Exploring the Sun - 2003 Update.iso
/
pc
/
data
/
macstart.dcr
/
00024.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2003-02-25
|
310 b
|
14 lines
on mouseUp
set MainPath to the moviePath
if the machineType = 256 then
set qtinstaller to MainPath & "qt4\pc\quicktim.exe"
else
set qtinstaller to MainPath & "qt4:mac:QuickTime Installer"
end if
if the machineType = 256 then
open("releaser.exe")
end if
open(qtinstaller)
halt()
end